'Declaration Public Overloads Function Append( _ ByVal codePoints() As System.Integer _ ) As TextRun
public TextRun Append( System.int[] codePoints )
Parameters
- codePoints
- An array of UTF-32 characters (code points).
Return Value
The created text run.